/********************************************************
*
* CUSTOM ADMIN STYLES - PRASINO LADI
* 
*********************************************************/
/* top bar */
@media (min-width: 768px) {
  .section__header .logo img {
    width: 180px;
  }
}

.section__header .dropdown-menu.dropdown-menu-lg-right.show {
    left: unset !important;   
}
.section__header .dropdown svg {
    transition: all .15s linear;
    width: 14px; height: 12px;   
}
.section__header .dropdown.show svg {
    transition: all .15s linear;
    rotate: -180deg;   
}
/*nav*/
.section__nav .section__nav__link.active {
    border-left: 4px solid #789B3E;
}
.section__nav .section__nav__link:focus, .section__nav .section__nav__link:hover {
    border-left: 4px solid #789B3E;
}
.section__nav .section__nav__link:hover span::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    border: 1px solid #006434;
}
.section__nav .section__nav__link .icon::before,
.section__nav .section__nav__link .icon {
    font-size: 15px;
}
.section__nav .section__nav__link:hover .icon::before {
  color: #789B3E;
}
.section__nav .section__nav__link span {
    padding: 7px 0 3px 0;
}
.section__nav .section__nav__link.active span:before {
    border: 1px solid #006434;
}
.section__nav .section__nav__link.active .icon,
.section__nav .section__nav__link .icon,
..section__nav .section__nav__link:focus .icon, 
.section__nav .section__nav__link:hover .icon, 
.section__nav .section__nav__link.active:hover .icon {
    font-weight: 400;   
}
.section__nav .section__nav__link.active .icon:before {
    color: #789B3E;
}
.section__nav .section__nav__link:focus span::before {
    border-color: #006434;
}
/* section content title */
.section__content.newsList .heading .newsList__title {
    color: #382856;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 75% */
    letter-spacing: 0.156px; 
}

/* when sidebar is collapsed */
.section__menu__maxWidth .section__nav .section__nav__link span:before {
    content: unset;
}
.section__menu__maxWidth .section__nav .section__nav__link {
    justify-content: center;   
}
.headerLogo .imageCollapsed,
.headerLogo.section__headerLogo__minWidth .imageExpanded {
    display: none;
}
.headerLogo.section__headerLogo__minWidth .imageCollapsed {
    display: block;   
}


/* section content - dashboard */
.section__content .controls {
    justify-content: flex-end;   
}
.section__content .section__contentStatsBox {
    padding: 30px;
}
/*box title*/
.section__content .section__contentStatsBoxIcon {
    font-size: 50px;
    opacity: 1;
}
.section__content .section__contentStatsBoxTitle,
.section__content .section__contentChartsBox .section__contentChartsBoxTitle {
    color: var(--Dark-purple, #3A2557);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
}
.section__content .section__contentStatsBoxNumber,
.section__content .section__contentChartsBox .section__contentChartsBoxNumber {
    color: #4E83EB;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
    margin-top: 7px;
}
.section__content .section__contentChartsBox .section__contentChartsBoxNumber {
    margin-top: 0;   
}
.section__content .section__contentStatsBoxUsers {
    color: #6D6D6D;
    font-family: DIN Next LT Pro;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
}
.section__content .section__contentStatsIndicator {
    color: #39AD5A;   
}
.section__content .section__contentChartsBox {
    margin-top: 30px;
    padding: 26px 30px;
}

/* Buttons */
.btn-chart,
.section__contentChartsBox .form-control {
    border-radius: 5px;
    border: 1px solid var(--Light-Gray, #AFAFAF);
    background: #FFF;
    color: #2E2E2E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 100%;
    padding: 12px;
}
.btn.export-button svg {
    rotate: 180deg;
}
.btn-chart:hover {
    background-color: #006434;
    color: white;
}

.headingControls .buttonExport {
    transition: background-color .25s ease;
    background: rgba(56, 40, 86, 1); color: rgba(255, 255, 255, 1);    
}
.headingControls .buttonExport path {
    fill:rgba(255, 255, 255, 1) !important;    
}
.headingControls .buttonExport:focus, 
.headingControls .buttonExport:hover {
    border: 1px solid #3a2557;
    background: rgba(56, 40, 86, .8); color: rgba(255, 255, 255, 1); 
    transition: background-color .25s ease;
}
.headingControls .buttonImport {
    border: 1px solid rgba(120, 155, 62, 1);
    background-color: rgba(120, 155, 62, 1);
    color: white;
}
.headingControls .buttonImport:focus, 
.headingControls .buttonImport:hover {
    border: 1px solid rgba(120, 155, 62, .8);
    background: rgba(120, 155, 62, .8); color: rgba(255, 255, 255, 1); 
    transition: background-color .25s ease;
}
/* data tables */
.article-wrapper-color {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;    
}
/* completed */
.article-wrapper-color-green,
.article-wrapper-color-green .statusButton .button span { color: #39AD5A; }
.article-wrapper-color-green .change-status { background-color: #39AD5A; }
/* pending*/
.article-wrapper-color-orange,
.article-wrapper-color-orange .statusButton .button span { color: #FF9414; }
.article-wrapper-color-orange .change-status { background-color: #FF9414; }
/* canceled */
.article-wrapper-color-red { color: #F15254; }
/* hightlight */
.article-wrapper.article-wrapper-color-highlight { 
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #FFF500;
    background: #FFFEE5;
    box-shadow: 0px 2px 4px 0px rgba(48, 47, 47, 0.25);
}

.change-status{
    background-color: #D72626;    
}

.change-status.active{
    background-color: #39AD5A;    
}

.listing .article-wrapper .article-wrapper-color-highlight .statusButton .button span {
    color: #4E82EA;
}
.listing .article-wrapper .article-wrapper-color-highlight .statusButton .button.change-status {
    background-color: #4E82EA;
}
.article-wrapper .controls .statusButton .button span { display: flex; min-width: 120px; }
.article-wrapper .controls { min-width: 140px; }
.article-wrapper.article-wrapper-color-highlight .article-wrapper-color-highlight .statusButton .button span { color: rgba(78, 130, 234, 1); }
.article-wrapper.article-wrapper-color-highlight .article-wrapper-color-highlight .change-status { background-color: rgba(78, 130, 234, 1); }

/* modal user message */
.modal .icon { opacity: 1; }
.modalMessage .image { border: 1px solid rgba(78, 131, 235, 1); border-radius: 50%; width: 61px; height: 61px; }
.modalMessage .image .icon { font-size: 30px; opacity: 1; }
.modalMessage .image .icon:before {
    color: rgba(78, 131, 235, 1);   
}
.modalMessage .modal-header .icon.icon-menu-close:before {
    color: white; font-size: 33px;
}
.modalItemCard {    
    transition: background .25s linear;
    background: #FFF;
    height: 45px;
    /* Table drop */
    box-shadow: 0px 2px 4px 0px rgba(48, 47, 47, 0.25); 
    color: var(--Dark-Grey, #525252);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;     
    min-width: 270px;
    position: relative;
}
.modalItemCard:hover {
    transition: background .25s linear;
    background: linear-gradient(0deg, rgba(78, 131, 235, 0.10) 0%, rgba(78, 131, 235, 0.10) 100%), #FFF;
}
.modalItemCard .icon {
    margin-right: 43px;
    position: absolute; left: 30px;
}
.modalItemCard:not(:last-child) {
    margin-bottom: 11px;    
}
.modalItemCardSimple {
    height: auto;
    box-shadow: unset;
    text-align: left;
}
.modalItemCardSimple .icon {
    position: relative;
    left: 0; margin-right: 11px;
}   
.modalItemCardSimple:hover {
    background: none;
}
.modalItemCardTitle {
    margin-bottom: 6px;   
}
.modalMessage.modalWindow .modal-body  .html {
    color: #515253;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    letter-spacing: 0.156px;    
    max-width: 400px;
}
.listing .buttonModalMessage {
    width: 26px; height: 26px;
    justify-content: center;
}
.listing .buttonModalMessage .icon {
    font-size: 15px;   
}

.modalItemsGoBack {
    display: flex; align-items: center;
    color: #AFAFAF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.156px;
    text-transform: uppercase; 
}
.modalItemsGoBack .icon {
    font-size: 12px;   
}
.modalItemsContainer {
    display: flex;   
}
.modalItemsContainerInner {
    display: flex;
    flex-direction: column;
}
.modalItemCardTextarea textarea {
    color: #515253;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.1px; 
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #F1F1F1; 
}


/************************************
* Drang and Drop cards
*************************************/
.dragAnddrop .capacity {
    display: flex; justify-content: flex-end;
    color: var(--Dark-Grey, #525252);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}
.dragAnddrop .wrapper {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.containers {
  flex-basis: 50%;
  padding: 5px;
  background: #ccc;
  overflow-y: auto;
  max-height: 500px;
}

/* Styling the scrollbar in Firefox  */
.containers{   
  scrollbar-color: rgba(120,155,62,.4) #F1F1F1;
  scrollbar-width: thin;
}

/* Styling the scrollbar in Chrome and Safari */
.containers::-webkit-scrollbar {
  width: 5px;
}

.containers::-webkit-scrollbar-thumb {
  background-color: rgba(120,155,62,.4); /* Set thumb color for Chrome and Safari */
}

.containers::-webkit-scrollbar-track {
  background-color: #F1F1F1; /* Set track color for Chrome and Safari */
}

.containersFrom { background: #F1F1F1; border: 1px solid #AFAFAF; }
.containersTo { background: white; border: 1px solid #AFAFAF; }
.containers .draggable {
  padding: 10px 8px 8px 5px;
  cursor: move;
  box-shadow: 0px 2px 4px 0px rgba(48, 47, 47, 0.25);
  margin-bottom: 5px;
}
.containers.containersFrom .draggable {
    background: #F1F1F1;
}
.containers .draggable.dragging {
  opacity: 1;
}
.containers .draggable.dragging {
    border: 1px solid #4E82EA;
    background: #FFF;
    /* Table drop */
    box-shadow: 0px 2px 4px 0px rgba(48, 47, 47, 0.25); 
}

.containers .draggable { display: flex; align-items:center; }

.containers .draggable .ddIcon { margin-right: 8px; margin-top: 10px;}
.containers .draggable .ddSort { 
    margin-right: 8px;    
    color: #4E82EA;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 5px;
}
.containers.containersFrom .draggable .ddSort { visibility: hidden; }
.containers.containersTo .draggable .ddSort { visibility: visible; }
.containers .draggable .ddText { flex: 1;}
.containers .draggable .ddDate { margin-bottom: 4px;color: #AFAFAF;}
.containers .draggable .ddBottom { display: flex; margin-top: 4px;}
.containers .draggable .ddPostCode { margin-right: 33px; }
.containers .draggable .ddAuthor {}
.containers .draggable .ddAddress,
.containers .draggable .ddQuantity {
    color: var(--Dark-Grey, #525252);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.containers .draggable .ddQuantity {
    height: 58px;
    display: flex; justify-content: space-between; flex-direction: column;
}
.containers .draggable .ddPostCode,
.containers .draggable .ddAuthor,
.containers .draggable .ddDate {
    color: var(--Dark-Grey, #525252);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.containers .draggable .ddDate {
    color: #AFAFAF;
}
.containers .draggable .ddContact {
    border: 1px solid #4E82EA;
    border-radius: 50%;   
    padding: 5px;
    width: 26px;
    height: 24px;
}
.containers .draggable .ddContact:hover button {
    border:unset;   
}
.containers .draggable .ddContact .icon {
    display: flex;
    opacity: 1;
}
.containers .draggable .ddContact .icon:before {
    font-size: 12px;
    color: #4E82EA;
    opacity: 1px;
}
.containers .draggable:hover .ddIcon .icon {
    opacity: 1;   
}
/* control */
.containers.containersFrom .draggable .ddContact {
    display: none;
}

.containers.containersTo .draggable .ddContact {
   display: block;
   opacity: 1;
}

.group-postcodes .select2 {
    margin-top: 10px
}


/* google - pac container and item */
.pac-container {
    box-shadow: unset;
    border: 1px solid #AFAFAF;
    border-radius: unset;
    margin-top: 15px;
}
.pac-container.pac-logo::after {
    display: none;
    content: unset !important;   
}
.pac-container .pac-item:first-child {
    border-top: none;
}
.pac-container .pac-item {
    margin: 0 10px;
    padding: 10px;
    border-color: #AFAFAF;
}
.pac-container .pac-item:hover {
    cursor:pointer;
    background-color: unset;
}
.pac-container .pac-item .pac-item-query {
    transition: color .25s ease;
}
.pac-container .pac-item:hover .pac-item-query {
    transition: color .25s ease;
    color: #4E83EB;
}
.pac-container .pac-item:hover .pac-icon {
    transition: filter .25s ease;
    filter: invert(41%) sepia(65%) saturate(1082%) hue-rotate(195deg) brightness(103%) contrast(84%);
}
.pac-container .pac-icon {
  transition: filter .25s ease;
  width: 15px;
  height: 20px;
  margin-right: 7px;
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  background-image: url(https://prasinoladi.gr/media/map-pin.svg);
  background-size: 12px;
  background-position: unset;
  background-repeat: no-repeat;
}

/* tags */
.wrapper .content-tags ul {
    margin: 10px 0;
  padding: 0;
}
.wrapper .content-tags ul li {
    margin-right: 10px;   
}
.content.content-tags .buttonControl {
    display: flex;
    align-items: center;
}
.content.content-tags input {
    height: 36px;
    border: unset;
    /*max-width: 100px;*/
    outline: unset;
    padding: 14px 14px 11px 3px;
}
.content.content-tags input:focus-visible,
.content.content-tags input:focus {
    outline: unset;
}
.wrapper .content-tags .tags-container {
    border: unset;
  border-bottom: 1px solid #dee2e6;
  border-radius: unset;
  display: block;
  position: relative;
}

.section__content__inner__create .set:not(:first-child) {
      margin-top: 50px;
}
.section__content__inner__create .set input {
      outline: none;
}

/*.pickupdates-table {*/
/*    table-layout: fixed; width: 100%;    */
/*}*/

.longColumn {
    width:50%;
    word-break: break-word;
}


.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
    border-radius: 50px;    
}

.usersContainer span { 
    font-weight: bold; 
    margin-left: 3px;
    margin-right: 3px;
}



